
 
 V a r i a b l e   N u m e r i c   S l o t _ C o m m a n d s   =   1 
 
 
 
 B u t t o n   1   L a b e l   L o g _ R u n 
 
 B u t t o n   2   L a b e l   L o g _ S t o p 
 
 B u t t o n   3   L a b e l   L o g _ P a u s e 
 
 B u t t o n   4   L a b e l   L o g _ R e s u m e 
 
 
 
 B u t t o n   6   L a b e l   B a c k u p _ F i l e 
 
 
 
 B u t t o n   8     L a b e l   I n t e r v a l _ 0 0 1 
 
 B u t t o n   9     L a b e l   I n t e r v a l _ 0 1 
 
 B u t t o n   1 0   L a b e l   I n t e r v a l _ 1 
 
 B u t t o n   1 1   L a b e l   I n t e r v a l _ 1 0 
 
 
 
 S t o p 
 
 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 '     S E N D   C O M M A N D   ( d e f a u l t   t i m e o u t   =   0 . 5   S e c ) 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 L a b e l   S e n d C o m m a n d 
 
 	 V a r i a b l e   S t r i n g   S C 1                       ' < - -   P a r a m e t e r   C o m m a n d - S t r i n g 
 
 	 S l o t T e x t   S l o t _ C o m m a n d s   =   S C 1 
 
 	 V a r i a b l e   N u m e r i c   S C 2 
 
 	 F o r   S C 2   =   0 . 1   T o   0 . 5   S t e p   0 . 1   '   < - -   0 . 5   s e c o n d s   t i m e o u t 
 
 	 	 I f   S l o t T e x t ( S l o t _ C o m m a n d s )   =   " " 
 
 	 	 	 E x i t 
 
 	 	 E n d I f 
 
 	 	 W a i t   S e c o n d s   0 . 1 
 
 	 N e x t 
 
 R e t u r n 
 
 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 '     C O M M A N D S 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 
 
 '   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   T o o l b a r   c o m m a n d s 
 
 L a b e l   L o g _ R u n 
 
 	 S e n d C o m m a n d ( " L o g R u n " ) 
 
 R e t u r n 
 
 L a b e l   L o g _ S t o p 
 
 	 S e n d C o m m a n d ( " L o g S t o p " ) 
 
 R e t u r n 
 
 L a b e l   L o g _ P a u s e 
 
 	 S e n d C o m m a n d ( " L o g P a u s e " ) 
 
 R e t u r n 
 
 L a b e l   L o g _ R e s u m e 
 
 	 S e n d C o m m a n d ( " L o g R e s u m e " ) 
 
 R e t u r n 
 
 
 
 L a b e l   B a c k u p _ F i l e 
 
 	 S e n d C o m m a n d ( " B a c k u p F i l e " ) 
 
 R e t u r n 
 
 
 
 L a b e l   I n t e r v a l _ 0 0 1 
 
 	 S e n d C o m m a n d ( " R e c o r d i n g I n t e r v a l   0 . 0 1 " ) 
 
 R e t u r n 
 
 L a b e l   I n t e r v a l _ 0 1 
 
 	 S e n d C o m m a n d ( " R e c o r d i n g I n t e r v a l   0 . 1 " ) 
 
 R e t u r n 
 
 L a b e l   I n t e r v a l _ 1 
 
 	 S e n d C o m m a n d ( " R e c o r d i n g I n t e r v a l   1 " ) 
 
 R e t u r n 
 
 L a b e l   I n t e r v a l _ 1 0 
 
 	 S e n d C o m m a n d ( " R e c o r d i n g I n t e r v a l   1 0 " ) 
 
 R e t u r n 
 
 
 
 
 
 